C#
VB
C++
Adds the elements of an ICollection to the end of the collection.
public virtual void AddRange(
ICollection<T> collection
)
Public Overridable Sub AddRange( _
ByVal collection As ICollection(Of T) _
)
public:
virtual void AddRange(
ICollection<T^>^ collection
)
collection
The ICollection whose elements should be added to the end of the collection.
The collection itself cannot be a null reference, but it can contain elements that are a null reference (Nothing).
For an example, refer to RasterCollection<T>.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET